FEXP Solver  1.0.0.0
FEXPTopologieKDTree.h File Reference
#include "FEXPCommon.h"
#include "FEXPDataContainer.h"
#include "FEXPGeom.h"
Include dependency graph for FEXPTopologieKDTree.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CFEXPKDHyperNode< TValue >
 It represents a general node of a normed k-dimensional real space. More...
 
class  CFEXPKDTreeNode< TData, TValue, Enable >
 
class  CFEXPKDTreeNode< TData, TValue, std::enable_if< std::is_base_of< ICFEXPFECoordinatesBase< TValue >, TData >::value >::type >
 KD-tree node data. More...
 
class  CFEXPTopologieKDTree< TData, TValue >
 It contains algorithm for building of a kd-tree data structure and it also process range queries. More...
 

Typedefs

template<typename TData >
using t_KD_def_tree = CFEXPTopologieKDTree< TData, t_fexpcommon_ct >
 

Typedef Documentation

◆ t_KD_def_tree

template<typename TData >
using t_KD_def_tree = CFEXPTopologieKDTree<TData, t_fexpcommon_ct>